home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDWallSpecPanel.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  2.3 KB  |  61 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  4.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  5.         {
  6.             ACTIONS = {
  7.                 checkClosingWindow = id; 
  8.                 useCurrentForNewItemsButtonAction = id; 
  9.                 useDefaultForNewItemsButtonAction = id; 
  10.             }; 
  11.             CLASS = DKDPanel; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 setCurrentForNewItemsButton = DKDOptionButton; 
  15.                 setDefaultForNewItemsButton = DKDOptionButton; 
  16.             }; 
  17.             SUPERCLASS = DKDWindowController; 
  18.         }, 
  19.         {
  20.             ACTIONS = {
  21.                 autoMateAction = id; 
  22.                 dimensionWallAction = id; 
  23.                 endLeftWallMateAction = id; 
  24.                 endRightWallMateAction = id; 
  25.                 endWallMatchAction = id; 
  26.                 miterLimitAction = id; 
  27.                 nodesWallMatchAction = id; 
  28.                 startLeftWallMateAction = id; 
  29.                 startRightWallMateAction = id; 
  30.                 startWallMatchAction = id; 
  31.                 wallSpecHelpAction = id; 
  32.                 wallThicknessAction = id; 
  33.             }; 
  34.             CLASS = DKDWallSpecPanel; 
  35.             LANGUAGE = ObjC; 
  36.             OUTLETS = {
  37.                 autoMateCheckbox = NSButton; 
  38.                 dimensionWallPopUp = NSPopUpButton; 
  39.                 endLeftWallMatePopUp = NSPopUpButton; 
  40.                 endRightWallMatePopUp = NSPopUpButton; 
  41.                 endWallMatchPopUp = NSPopUpButton; 
  42.                 miterLimitSlider = NSSlider; 
  43.                 miterLimitTextField = NSTextField; 
  44.                 nodesWallMatchPopUp = NSPopUpButton; 
  45.                 startLeftWallMatePopUp = NSPopUpButton; 
  46.                 startRightWallMatePopUp = NSPopUpButton; 
  47.                 startWallMatchPopUp = NSPopUpButton; 
  48.                 wallThicknessSlider = NSSlider; 
  49.                 wallThicknessTextField = NSTextField; 
  50.             }; 
  51.             SUPERCLASS = DKDGraphicPanel; 
  52.         }, 
  53.         {
  54.             CLASS = DKDWindowController; 
  55.             LANGUAGE = ObjC; 
  56.             SUPERCLASS = NSWindowController; 
  57.         }, 
  58.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  59.     ); 
  60.     IBVersion = 1; 
  61. }